TimeInterval struct¶
Attributes: [DebuggerDisplay("{DebuggerDisplay,nq}")]
Defined in
Namespace: ReactiveUI.Primitives.Core
Assembly: ReactiveUI.Primitives.Core.dll
Full name: ReactiveUI.Primitives.Core.TimeInterval<T>
Modifiers: public sealed
Summary¶
Represents a value associated with time interval information.
The time interval can represent the time it took to produce the value, the interval relative to a previous value, the value's delivery time relative to a base, etc.
Applies to
net10.0, net10.0, net10.0-desktop1.0, net10.0-desktop1.0, net10.0-browserwasm1.0, net10.0-browserwasm1.0, net9.0, net9.0, net9.0-desktop1.0, net9.0-desktop1.0, net9.0-browserwasm1.0, net9.0-browserwasm1.0, net8.0, net8.0, net8.0-ios17.5, net8.0-macos14.5, net8.0-macos14.5, net8.0-macos14.2, net8.0-macos14.2, net8.0-maccatalyst17.5, net8.0-maccatalyst17.5, net8.0-tvos17.2, net8.0-tvos17.2, net8.0-ios17.5, netstandard2.1, netstandard2.1, net481, net462, net462, net481
Class hierarchy
classDiagram
class TimeInterval~T~
class IEquatable~TimeInterval~T~~ {
<>
}
IEquatable~TimeInterval~T~~ <|.. TimeInterval~T~
Implements: IEquatable
Constructors¶
| Name | Summary |
|---|---|
| .ctor | Initializes a new instance of the [TimeInterval](# struct. |
Properties¶
| Name | Summary |
|---|---|
| Value | Gets the value. |
| Interval | Gets the interval. |
Methods¶
| Name | Summary |
|---|---|
| Equals | Determines whether the current TimeInterval value has the same Value and Interval as a specified TimeInterval value. |
| GetHashCode | Returns the hash code for the current TimeInterval value. |
| ToString | Returns a string representation of the current TimeInterval value. |
Operators¶
| Name | Summary |
|---|---|
| static op_Equality | Determines whether the two specified TimeInterval values have the same Value and Interval. |
| static op_Inequality | Determines whether the two specified TimeInterval values don't have the same Value and Interval. |